Skip to main content

SSO Applications​

SSO Applications

Path Parameters
    workspaceName string required

Response

ssoAppsarray

Array of sso apps.

userobject

The user's unique identifier.

realmobject

workspace details.

brandingobject

Branding details of the workspace.

desktopAppInstalledboolean

true/false desktop installed of not.

Sample Response
{
"ssoApps": [
{
"displayName": "dashboard",
"alias": "dashboard",
"redirectUrl": "http://localhost:8080/auth/admin/grootan/console/"
},
{
"displayName": "profile",
"alias": "profile",
"redirectUrl": "http://localhost:8080/auth/realms/grootan/protocol/openid-connect/auth?client_id=profile&redirect_uri=http://localhost:8080/auth/realms/grootan/account/&scope=openid&response_type=code&response_mode=query&nonce=0ae9aebe-9a71-4cce-ae43-ee3ac8cafed1"
},
{
"displayName": "GitLab",
"alias": "gitlab",
"redirectUrl": "http://localhost:8080/auth/realms/grootan/protocol/saml/clients/gitlab",
"logoUrl": "https://dashboard.dev.eztoauth.com/public/marketplace/SSOGitlabWorkspaceTemplate/logo.svg"
},
{
"displayName": "Slack",
"alias": "slack",
"redirectUrl": "http://localhost:8080/auth/realms/grootan/protocol/saml/clients/slack",
"logoUrl": "https://dashboard.dev.eztoauth.com/public/marketplace/SSOSlackTemplate/logo.svg"
}
],
"user": {
"id": "4ffd9b00-ec58-4470-a3ae-e3c38d6d2b8d",
"mfaEnabled": true,
"createdTimestamp": 1702920404904,
"username": "grootuser",
"enabled": true,
"emailVerified": true,
"email": "grootuser@grootan.com",
"skipSendingEmail": false,
"accountCreator": true
},
"realm": {
"id": "c9542c4b-df69-4153-a411-a0dd6b84d3b3",
"realm": "grootan",
"displayName": "eztoauth",
"workspace": "http://localhost:8080",
"hasCustomDomain": false,
"enabled": true,
"mode": "wiam",
"dnsenabled": false,
"live": false,
"locale": "en"
},
"branding": {
"btnPrimary": "#4CA355",
"btnPrimaryHover": "#45914F",
"btnSecondaryHover": "#171818",
"btnDanger": "#f04141",
"fontFamily": "Inter, sans-serif",
"textPrimary": "#3d7f48",
"bo-primary": "#a4243b",
"btnDangerHover": "#dc3545",
"primaryOpaque": "rgba(76, 163, 85, 0.25)",
"ciam-primary": "#0d1821",
"primary": "#4CA355",
"btnSecondary": "#292b2c"
},
"desktopAppInstalled": false
}
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...